home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
XAMPP 1.4.14
/
xampp-win32-1.4.14-installer.exe
/
xampp
/
phpMyAdmin
/
tbl_properties.php
< prev
next >
Wrap
PHP Script
|
2004-10-20
|
682b
|
38 lines
<?php
/* $Id: tbl_properties.php,v 2.4 2004/10/21 10:18:12 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Runs common work
*/
require('./tbl_properties_common.php');
$err_url = 'tbl_properties.php' . $err_url;
$url_query .= '&goto=tbl_properties.php&back=tbl_properties.php';
/**
* Get table information
*/
require('./tbl_properties_table_info.php');
/**
* Displays top menu links
*/
require('./tbl_properties_links.php');
?>
<!-- TABLE WORK -->
<?php
/**
* Query box, bookmark, insert data from textfile
*/
$goto = 'tbl_properties.php';
require('./tbl_query_box.php');
/**
* Displays the footer
*/
echo "\n";
require_once('./footer.inc.php');
?>